table of contents
REPORTER-UPLOAD(1) | LIBREPORT MANUAL | REPORTER-UPLOAD(1) |
NAME¶
reporter-upload - Uploads compressed tarball of problem directory.
SYNOPSIS¶
reporter-upload [-c CONFFILE]... [-d DIR] [-u URL] [-b FILE] [-r FILE]
DESCRIPTION¶
The tool is used to create a compressed tarball of the problem directory and upload it to a URL. Supported protocols include FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP and FILE.
Configuration file¶
Configuration file contains entries in a format "Option = Value".
The options are:
URL
SSHPublicKey
SSHPrivateKey
Integration with ABRT events¶
reporter-upload can be used as a reporter, to allow users to upload compressed tarballs of problem directories to a configured URL. This usage can be configured in /etc/libreport/report_event.conf:
EVENT=report_Upload reporter-upload
It can be also used on the post-create event to upload it automatically.
EVENT=post-create reporter-upload
OPTIONS¶
-d DIR
-c CONFFILE
-u URL
-b, --pubkey FILE
-r, --key FILE
ENVIRONMENT VARIABLES¶
Environment variables take precedence over values provided in the configuration file.
Upload_URL
Upload_Username
Upload_Password
Upload_SSHPublicKey
Upload_SSHPrivateKey
FILES¶
/usr/share/libreport/conf.d/plugins/upload.conf
/etc/libreport/plugins/upload.conf
SEE ALSO¶
AUTHORS¶
06/07/2022 | LIBREPORT 2.15.2 |